home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / helicopter.swf / scripts / frame_5 / PlaceObject2_50_19 / CLIPACTIONRECORD onClipEvent(mouseUp).as < prev   
Encoding:
Text File  |  2006-06-13  |  127 b   |  9 lines

  1. onClipEvent(mouseUp){
  2.    fly = false;
  3.    if(broken != true)
  4.    {
  5.       upSound.stop();
  6.       downSound.start();
  7.    }
  8. }
  9.